﻿@import url(reset.css);

/* 为避免IE6的兼容性问题，避免使用 边框 及 内边距 */


body{
    font-size:14px;
}

/*     tool 
***************************************/
.redborder {
    1outline-color:red;
    1outline-width:thin;
    1outline-style:solid;
}

/*      layout    
***************************************/

#page-body {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#page-head {
    background-image: url('/Images/sitelayout/bg-head-2.gif');
    background-repeat: repeat-x;
    height: 96px;
    background-color: yellow;
}

#logoBox {
    height:80px;
    float:left;
    width:200px;
    display:inline;
}

#logo {
    margin-top: 20px;
    margin-left: 5px;
}

#mainNav a {
    display: inline;
    width: 76px;
    height: 60px;
    float:left;
    margin-top: 30px;
    text-align:center;
    text-decoration:none;
    font-family:黑体;
    color:#037bd2;
    padding-top:5px;
}

#mainNav a:hover {
    background-image:url(/Images/sitelayout/bg-head-column.gif);
    background-repeat:no-repeat;
}
